Rename the ruff_vendored crate to red_knot_vendored (#13586)

This commit is contained in:
Alex Waygood 2024-10-01 16:16:59 +01:00 committed by GitHub
parent cfd5d63917
commit 82324678cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
595 changed files with 37 additions and 37 deletions

View file

@ -391,7 +391,7 @@ mod tests {
let db = TestDb::new();
let vendored_typeshed_versions = vendored_typeshed_versions(&db);
let vendored_typeshed_dir =
Path::new(env!("CARGO_MANIFEST_DIR")).join("../ruff_vendored/vendor/typeshed");
Path::new(env!("CARGO_MANIFEST_DIR")).join("../red_knot_vendored/vendor/typeshed");
let mut empty_iterator = true;