mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
update comment
This commit is contained in:
parent
f9365791e6
commit
8d064308d6
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ impl Info {
|
|||
}
|
||||
|
||||
/// Take `Self`, convert it into the new `Redirect` member,
|
||||
/// * return new `Self` back
|
||||
/// * return new `Self` that contain referring node
|
||||
fn into_redirect(self, method: redirect::Method) -> Self {
|
||||
let mut this = Self::new();
|
||||
this.redirect = Some(Box::new(Redirect { info: self, method }));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue