]> git.proxmox.com Git - rustc.git/commitdiff
fix typo in test patch
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 15 Sep 2023 12:12:55 +0000 (14:12 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 15 Sep 2023 12:12:55 +0000 (14:12 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/patches/u-disable-fp-precision-test-on-i386.patch

index 132378d48e77c723d9c719ef751f939315ef9831..cb6144650c4a107780012cdc957e60a7a26023a0 100644 (file)
@@ -20,7 +20,7 @@ index d050d21c8c57..f5c2d1c6bf68 100644
      ///
      /// let abs_difference = (angle.to_degrees() - 180.0).abs();
 -    ///
-+    /// # #[cfg(any(not(target_arch = "x86"))]
++    /// # #[cfg(not(target_arch = "x86"))]
      /// assert!(abs_difference <= f32::EPSILON);
      /// ```
      #[must_use = "this returns the result of the operation, \