We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![warn(rust_2018_idioms)]
#![allow(dead_code)]
1 parent 4f58372 commit c57b434Copy full SHA for c57b434
constraints/src/lib.rs
@@ -1,6 +1,8 @@
1
//! Pure Rust implementation of the constraint logic defined in the ["Media Capture and Streams"][mediacapture_streams] spec.
2
//!
3
//! [mediacapture_streams]: https://www.w3.org/TR/mediacapture-streams/
4
+#![warn(rust_2018_idioms)]
5
+#![allow(dead_code)]
6
7
pub mod algorithms;
8
pub mod errors;
0 commit comments