autocommit 2022-04-07 17:31:31 CEST
This commit is contained in:
parent
1d33088dba
commit
be32036824
200 changed files with 3267 additions and 2479 deletions
12
src/main.rs
12
src/main.rs
|
|
@ -1,9 +1,9 @@
|
|||
#![feature(
|
||||
c_variadic,
|
||||
thread_local,
|
||||
label_break_value,
|
||||
generic_associated_types,
|
||||
extern_types
|
||||
c_variadic, // https://github.com/rust-lang/rust/issues/44930
|
||||
thread_local, // https://github.com/rust-lang/rust/issues/29594
|
||||
label_break_value, // https://github.com/rust-lang/rust/issues/48594
|
||||
generic_associated_types, // https://github.com/rust-lang/rust/issues/44265
|
||||
extern_types, // https://github.com/rust-lang/rust/issues/43467
|
||||
)]
|
||||
#![allow(
|
||||
clippy::len_zero,
|
||||
|
|
@ -45,7 +45,7 @@ mod compositor;
|
|||
mod config;
|
||||
mod cursor;
|
||||
mod dbus;
|
||||
mod drm;
|
||||
mod video;
|
||||
mod edid;
|
||||
mod event_loop;
|
||||
mod fixed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue