mirror of
https://github.com/servo/servo.git
synced 2025-07-13 18:33:40 +01:00
style: Disallow new undocumented code by default for Servo.
Still a bunch of Gecko-only code to document.
This commit is contained in:
parent
939557260c
commit
51134b9dc8
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
#![cfg_attr(feature = "servo", feature(proc_macro))]
|
#![cfg_attr(feature = "servo", feature(proc_macro))]
|
||||||
|
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
|
#![cfg_attr(feature = "servo", deny(missing_docs))]
|
||||||
|
|
||||||
// FIXME(bholley): We need to blanket-allow unsafe code in order to make the
|
// FIXME(bholley): We need to blanket-allow unsafe code in order to make the
|
||||||
// gecko atom!() macro work. When Rust 1.14 is released [1], we can uncomment
|
// gecko atom!() macro work. When Rust 1.14 is released [1], we can uncomment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue