diff --git a/src/lib.rs b/src/lib.rs index f2d9da7..8ce08a8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -356,8 +356,8 @@ impl Config { /// Configures whether the compiler will emit position independent code. /// - /// This option defaults to `false` for `i686` and `windows-gnu` targets and to `true` for all - /// other targets. + /// This option defaults to `false` for `windows-gnu` targets and + /// to `true` for all other targets. pub fn pic(&mut self, pic: bool) -> &mut Config { self.pic = Some(pic); self