Skip to content

Commit 65e918b

Browse files
Fix autodiff feature activation
1 parent 26d4b99 commit 65e918b

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
@@ -276,7 +276,6 @@
276276

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

0 commit comments

Comments
 (0)