mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
Fix "cargo doc" error
This commit is contained in:
@@ -499,7 +499,7 @@ pub fn desc(&self) -> &'static wstr {
|
||||
pub fn code(&self) -> i32 {
|
||||
self.0.into()
|
||||
}
|
||||
/// Parses a string into the equivalent [`Signal`] sharing the same name.
|
||||
/// Parses a string into the equivalent [`RawSignal`] sharing the same name.
|
||||
/// Accepts both `SIGABC` and `ABC` to match against `Signal::SIGABC`. If the signal name is not
|
||||
/// recognized, `None` is returned.
|
||||
/// This also accepts integer codes via fish_wcstoi().
|
||||
|
||||
Reference in New Issue
Block a user