Doccomment style fixes

Cool that clippy can catch those now!
This commit is contained in:
sholderbach 2024-07-25 21:41:23 +02:00
parent 928c57db41
commit 4ea08abbc2
3 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@ use std::sync::Arc;
/// > **Note** /// > **Note**
/// > [`Span`] can be passed to [`from_nuon`] if there is context available to the caller, e.g. when /// > [`Span`] can be passed to [`from_nuon`] if there is context available to the caller, e.g. when
/// > using this function in a command implementation such as /// > using this function in a command implementation such as
/// [`from nuon`](https://www.nushell.sh/commands/docs/from_nuon.html). /// > [`from nuon`](https://www.nushell.sh/commands/docs/from_nuon.html).
/// ///
/// also see [`super::to_nuon`] for the inverse operation /// also see [`super::to_nuon`] for the inverse operation
pub fn from_nuon(input: &str, span: Option<Span>) -> Result<Value, ShellError> { pub fn from_nuon(input: &str, span: Option<Span>) -> Result<Value, ShellError> {