Update x11/sddm to version 0.18.1
[dports.git] / lang / rust / dragonfly / patch-vendor_libc_src_lib.rs
1 --- vendor/libc/src/lib.rs.orig 2019-11-04 17:34:41 UTC
2 +++ vendor/libc/src/lib.rs
3 @@ -21,7 +21,7 @@
4      feature = "rustc-dep-of-std",
5      feature(cfg_target_vendor, link_cfg, no_core)
6  )]
7 -#![cfg_attr(libc_thread_local, feature(thread_local))]
8 +#![feature(thread_local)]
9  // Enable extra lints:
10  #![cfg_attr(feature = "extra_traits", deny(missing_debug_implementations))]
11  #![deny(missing_copy_implementations, safe_packed_borrows)]