Skip to content

Commit

Permalink
fix(test): fixed failing doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCCF4 committed Jul 18, 2024
1 parent 99cd018 commit 67b5a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion untrusted_value/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
//!
//! ```rust
//! use untrusted_value::derive::untrusted_inputs;
//! use untrusted_value::derive_internals::SanitizeWith;
//! use untrusted_value::SanitizeWith;
//! #
//! # fn no_sanitize<T>(value: T) -> Result<T, ()>{
//! # Ok(value)
Expand Down

0 comments on commit 67b5a50

Please sign in to comment.