File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -255,8 +255,8 @@ pub mod arch {
255
255
/// Platform-specific intrinsics for the `NVPTX` platform.
256
256
///
257
257
/// See the [module documentation](../index.html) for more details.
258
- #[ cfg( any( target_arch = "nvptx" , target_arch = " nvptx64", doc) ) ]
259
- #[ doc( cfg( any ( target_arch = "nvptx" , target_arch = " nvptx64") ) ) ]
258
+ #[ cfg( any( target_arch = "nvptx64" , doc) ) ]
259
+ #[ doc( cfg( target_arch = "nvptx64" ) ) ]
260
260
#[ unstable( feature = "stdsimd" , issue = "27731" ) ]
261
261
pub mod nvptx {
262
262
pub use crate :: core_arch:: nvptx:: * ;
@@ -299,6 +299,6 @@ mod powerpc;
299
299
#[ doc( cfg( target_arch = "powerpc64" ) ) ]
300
300
mod powerpc64;
301
301
302
- #[ cfg( any( target_arch = "nvptx" , target_arch = " nvptx64", doc) ) ]
303
- #[ doc( cfg( any ( target_arch = "nvptx" , target_arch = " nvptx64") ) ) ]
302
+ #[ cfg( any( target_arch = "nvptx64" , doc) ) ]
303
+ #[ doc( cfg( target_arch = "nvptx64" ) ) ]
304
304
mod nvptx;
You can’t perform that action at this time.
0 commit comments