Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleect committed Nov 25, 2023
1 parent 80d69a6 commit 9da7deb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/diagnose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,8 @@ impl DiagnosisRange {

#[cfg(test)]
mod tests {

use crate::diagnose::{Diagnosis, DiagnosisPosition, DiagnosisRange, DiagnosisSeverity};

use super::Diagnoser;
use crate::diagnose::{Diagnosis, DiagnosisPosition, DiagnosisRange, DiagnosisSeverity};

#[test]
fn it_works() {
Expand Down

0 comments on commit 9da7deb

Please sign in to comment.