Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Feb 8, 2025
1 parent f85b72c commit 4355d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_db/src/system/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ pub(super) mod testing {
static USER_CONFIGURATION_DIRECTORY: RefCell<Option<Option<SystemPathBuf>>> = const {RefCell::new(None)};
}

/// A scoped override of the [user's configuration directory](super::OsSystem::user_config_directory) for the current thread.
/// A scoped override of the [user's configuration directory](crate::System::user_config_directory) for the [`OsSystem`](super::OsSystem) in the current thread.
///
/// When possible, prefer overriding the user's configuration directory for the entire process
/// by setting the `APPDATA` (windows) or `XDG_CONFIG_HOME` (unix and other platforms) environment variables.
Expand Down

0 comments on commit 4355d5d

Please sign in to comment.