Skip to content

Commit 427439c

Browse files
edvilmeCopilot
andcommitted
fix: add blank doc line before See link to fix clippy doc_lazy_continuation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5e66a8c commit 427439c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/pet-fs/src/path.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ fn get_user_home() -> Option<PathBuf> {
346346
/// - If the path is relative, resolve it against `<dir>` and return the absolute path.
347347
/// - If the resolved path does not exist or is not a directory, return `None`.
348348
/// 3. If `<dir>/.venv` does not exist, return `None`.
349+
///
349350
/// See: <https://www.python.org/dev/peps/pep-0832/#specification>
350351
pub fn resolve_dot_venv(dir: &Path) -> Option<PathBuf> {
351352
let dot_venv = dir.join(".venv");

0 commit comments

Comments
 (0)