1
Fork 0

lint auto pass

Revert "lint auto pass"

This reverts commit e58e4466384924c491a932d3f18ef50ffa5a5065.
This commit is contained in:
AndyJado 2022-09-14 23:07:19 +08:00
parent d22c43389d
commit e636af7dfd
26 changed files with 57 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
use crate::borrow_set::{BorrowData, BorrowSet, TwoPhaseActivation};
use crate::places_conflict;
use crate::AccessDepth;