From cc97e892dc7e94b4ee49423362681f12f6b8e97e Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Wed, 15 Jan 2025 22:56:56 +0100 Subject: [PATCH] fix: intradocs --- crates/rattler_virtual_packages/src/win.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/rattler_virtual_packages/src/win.rs b/crates/rattler_virtual_packages/src/win.rs index 1ab212e69..45655b7b6 100644 --- a/crates/rattler_virtual_packages/src/win.rs +++ b/crates/rattler_virtual_packages/src/win.rs @@ -9,8 +9,6 @@ use rattler_conda_types::Version; /// Returns an error if determining the Windows version resulted in an error. /// Returns `None` if the Windows version could not be determined. Note that /// this does not mean the current platform is not Windows. -/// -/// Detection of the Windows version is implemented using the [`winver`] crate. pub fn windows_version() -> Option { static DETECTED_WINDOWS_VERSION: OnceCell> = OnceCell::new(); DETECTED_WINDOWS_VERSION