Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 8794f71

Browse files
committed
Remove #![feature(weak_counts)]
It has been stable since 1.41.0.
1 parent a9e939a commit 8794f71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tcw3/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
//! - **Color management**: Color values are specified in the sRGB color space,
66
//! unless otherwise specified.
77
//!
8-
#![feature(weak_counts)]
98
#![feature(doc_cfg)] // `cfg(rustdoc)`
109
#![feature(unsized_locals)] // Call `dyn FnOnce`
1110
#![feature(const_if_match)] // `if` and `match` in `const fn`

0 commit comments

Comments
 (0)