Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d60bb15

Browse files
committedJun 4, 2025·
Fix autodiff feature activation
1 parent 180bd3d commit d60bb15

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)
Please sign in to comment.