Skip to content

Commit 602bc56

Browse files
authored
Merge pull request #217 from link2xt/forbid-unsafe_code
Forbid unsafe code
2 parents 5bb3ab3 + abb1a5b commit 602bc56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
//! quick-xml supports 2 additional features, non activated by default:
109109
//! - `encoding`: support non utf8 xmls
110110
//! - `serialize`: support serde `Serialize`/`Deserialize`
111+
#![forbid(unsafe_code)]
111112
#![deny(missing_docs)]
112113
#![recursion_limit = "1024"]
113114

0 commit comments

Comments
 (0)