disable rustfmt wrap_comments

This commit is contained in:
gnzlbg
2018-11-10 16:07:00 +01:00
committed by gnzlbg
parent 8d1ae0234a
commit a784814bb0
2 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
max_width = 79
wrap_comments = true
wrap_comments = false
error_on_line_overflow = false
fn_args_density = "Compressed"
+2 -8
View File
@@ -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;