Skip to content

Commit

Permalink
Disable feature(stdarch_nvptx) for rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed May 20, 2024
1 parent a04d74c commit 8bb22b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#![cfg_attr(all(any(feature = "device", target_os = "cuda"), not(doc)), no_std)]
#![feature(auto_traits)]
#![feature(negative_impls)]
#![cfg_attr(feature = "device", feature(stdarch_nvptx))]
#![cfg_attr(all(feature = "device", not(doc)), feature(stdarch_nvptx))]
#![cfg_attr(feature = "device", feature(asm_experimental_arch))]
#![cfg_attr(feature = "device", feature(asm_const))]
#![feature(doc_auto_cfg)]
Expand Down

0 comments on commit 8bb22b6

Please sign in to comment.