Skip to content

Commit

Permalink
remove autodiff from prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 committed Sep 3, 2024
1 parent f82e085 commit a989f28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions library/core/src/prelude/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ pub use crate::macros::builtin::{
#[unstable(feature = "derive_const", issue = "none")]
pub use crate::macros::builtin::derive_const;


#[cfg(not(bootstrap))]
#[unstable(feature = "autodiff", issue = "none")]
#[rustc_builtin_macro]
pub use crate::macros::builtin::autodiff;

#[unstable(
feature = "cfg_accessible",
issue = "64797",
Expand Down
5 changes: 0 additions & 5 deletions library/std/src/prelude/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ pub use core::prelude::v1::{
#[unstable(feature = "derive_const", issue = "none")]
pub use core::prelude::v1::derive_const;

#[unstable(feature = "autodiff", issue = "none")]
#[cfg(not(bootstrap))]
#[rustc_builtin_macro]
pub use core::prelude::v1::autodiff;

// Do not `doc(no_inline)` either.
#[unstable(
feature = "cfg_accessible",
Expand Down

0 comments on commit a989f28

Please sign in to comment.