diff options
Diffstat (limited to 'crates/mozart-php-serialize/src')
| -rw-r--r-- | crates/mozart-php-serialize/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart-php-serialize/src/lib.rs b/crates/mozart-php-serialize/src/lib.rs index 6405ea8..b4c6873 100644 --- a/crates/mozart-php-serialize/src/lib.rs +++ b/crates/mozart-php-serialize/src/lib.rs @@ -16,7 +16,7 @@ //! does that during array construction, not at serialization time, so callers //! that care must construct [`Value::Int`] keys directly. -use std::fmt::Write; +use std::fmt::Write as _; /// One PHP value, suitable for `serialize()`. /// |
