Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomiti committed Feb 20, 2024
1 parent de998ac commit ac4a073
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions leptos_reactive/src/oco.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,9 @@ impl<'a> From<Oco<'a, str>> for Oco<'a, [u8]> {
}
}

#[deprecated(
note="This error was intended for a `TryFrom` implementation for `Oco`. `Oco` will likely move to its own crate after 0.7 so this type will be removed in the future")]
#[deprecated(note = "This error was intended for a `TryFrom` implementation \
for `Oco`. `Oco` will likely move to its own crate \
after 0.7 so this type will be removed in the future")]
/// Error returned from `Oco::try_from` for unsuccessful
/// conversion from `Oco<'_, [u8]>` to `Oco<'_, str>`.
#[derive(Debug, Clone, thiserror::Error)]
Expand Down

0 comments on commit ac4a073

Please sign in to comment.