Skip to content

Commit

Permalink
Merge pull request #169 from rex4539/clippy
Browse files Browse the repository at this point in the history
fix: fix feature = "cargo-clippy" deprecation
  • Loading branch information
fschutt authored Mar 13, 2024
2 parents 4f17dbc + 770d490 commit fbc7d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xobject.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clippy lints when serializing PDF strings, in this case its wrong
#![cfg_attr(feature = "cargo-clippy", allow(clippy::string_lit_as_bytes))]
#![allow(clippy::string_lit_as_bytes)]

use crate::OffsetDateTime;
#[cfg(feature = "embedded_images")]
Expand Down

0 comments on commit fbc7d69

Please sign in to comment.