Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
rav1e
Commits
436b4e28
Commit
436b4e28
authored
Jun 04, 2019
by
Luca Barbato
Committed by
Luca Barbato
Jun 04, 2019
Browse files
Deny bare trait objects
parent
270abcdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/rav1e.rs
View file @
436b4e28
...
...
@@ -7,6 +7,8 @@
// Media Patent License 1.0 was not distributed with this source code in the
// PATENTS file, you can obtain it at www.aomedia.org/license/patent.
#![deny(bare_trait_objects)]
#[macro_use]
extern
crate
scan_fmt
;
...
...
src/lib.rs
View file @
436b4e28
...
...
@@ -8,6 +8,7 @@
// PATENTS file, you can obtain it at www.aomedia.org/license/patent.
#![allow(safe_extern_statics)]
#![deny(bare_trait_objects)]
#[macro_use]
extern
crate
serde_derive
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment