mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
disable rustfmt wrap_comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
max_width = 79
|
||||
wrap_comments = true
|
||||
wrap_comments = false
|
||||
error_on_line_overflow = false
|
||||
fn_args_density = "Compressed"
|
||||
@@ -212,10 +212,7 @@
|
||||
/// AVX2 and also for the default platform.
|
||||
///
|
||||
/// ```rust
|
||||
/// # #![cfg_attr(
|
||||
/// # not(dox),
|
||||
/// # feature(cfg_target_feature, target_feature, stdsimd)
|
||||
/// # )]
|
||||
/// # #![cfg_attr(not(dox),feature(cfg_target_feature, target_feature, stdsimd))]
|
||||
/// # #[cfg(not(dox))]
|
||||
/// # #[macro_use]
|
||||
/// # extern crate stdsimd;
|
||||
@@ -256,10 +253,7 @@
|
||||
/// we'll be using SSE4.1 features to implement hex encoding.
|
||||
///
|
||||
/// ```
|
||||
/// # #![cfg_attr(
|
||||
/// # not(dox),
|
||||
/// # feature(cfg_target_feature, target_feature, stdsimd)
|
||||
/// # )]
|
||||
/// # #![cfg_attr(not(dox),feature(cfg_target_feature, target_feature, stdsimd))]
|
||||
/// # #![cfg_attr(not(dox), no_std)]
|
||||
/// # #[cfg(not(dox))]
|
||||
/// # extern crate std as real_std;
|
||||
|
||||
Reference in New Issue
Block a user