removed borrow.rs

This commit is contained in:
J.Teeuwissen 2023-07-30 14:03:38 +02:00
parent cb22c3e618
commit 80faf0eeee
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
12 changed files with 140 additions and 1194 deletions

View file

@ -9,7 +9,6 @@
// Not a useful lint for us
#![allow(clippy::too_many_arguments)]
pub mod borrow;
pub mod code_gen_help;
pub mod drop_specialization;
pub mod inc_dec;