Forbid unsafe code
This commit is contained in:
parent
b09217c5ad
commit
40d9bfd517
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#![forbid(unsafe_code)]
|
||||||
/*!
|
/*!
|
||||||
Generate JSON Schema documents from Rust code
|
Generate JSON Schema documents from Rust code
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#![forbid(unsafe_code)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate quote;
|
extern crate quote;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue