Skip to content

Commit 272189b

Browse files
Fix autodiff feature activation
1 parent 01889a3 commit 272189b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@
275275

276276
// stabilization was reverted after it hit beta
277277
#![cfg_attr(bootstrap, feature(doc_cfg_hide))]
278-
#![cfg_attr(not(bootstrap), feature(autodiff))]
279278
#![feature(alloc_error_handler)]
280279
#![feature(allocator_internals)]
281280
#![feature(allow_internal_unsafe)]

0 commit comments

Comments
 (0)