Skip to content

Commit

Permalink
fix: intradocs
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jan 15, 2025
1 parent 2181281 commit cc97e89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rattler_virtual_packages/src/win.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Version> {
static DETECTED_WINDOWS_VERSION: OnceCell<Option<Version>> = OnceCell::new();
DETECTED_WINDOWS_VERSION
Expand Down

0 comments on commit cc97e89

Please sign in to comment.