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.
1 parent be7549f commit 1d1981bCopy full SHA for 1d1981b
library/core/Cargo.toml
@@ -31,6 +31,8 @@ rand_xorshift = { version = "0.3.0", default-features = false }
31
[features]
32
# Make panics and failed asserts immediately abort without formatting any message
33
panic_immediate_abort = []
34
+# Choose algorithms that are optimized for binary size instead of runtime performance
35
+optimize_for_size = []
36
# Make `RefCell` store additional debugging information, which is printed out when
37
# a borrow error occurs
38
debug_refcell = []
0 commit comments