mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
Add fs_err to disallowed_method in clippy.toml (#1950)
## Summary Resolve #1916 --------- Co-authored-by: konsti <konstin@mailbox.org>
This commit is contained in:
parent
a5a917169b
commit
70e877d11c
14 changed files with 49 additions and 11 deletions
|
|
@ -388,7 +388,7 @@ impl<'a> GitCheckout<'a> {
|
|||
//
|
||||
// TODO(git2): remove this when git2 supports shallow clone correctly
|
||||
if database.repo.is_shallow() {
|
||||
std::fs::copy(
|
||||
fs_err::copy(
|
||||
database.repo.path().join("shallow"),
|
||||
r.path().join("shallow"),
|
||||
)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue