Skip to content

Commit e17d77d

Browse files
committed
plceye-0.7.0
1 parent efd8076 commit e17d77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plceye/src/rules/unused_aois.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fn glob_match_recursive(pattern: &[char], text: &[char], pi: usize, ti: usize) -
104104
#[cfg(test)]
105105
mod tests {
106106
use super::*;
107-
use crate::analysis::{ProjectAnalysis, AoiReference, RungLocation, AoiCallSource, ParseStats};
107+
use crate::analysis::{ProjectAnalysis, AoiReference, AoiCallSource, ParseStats};
108108

109109
#[test]
110110
fn test_detects_unused_aoi() {

0 commit comments

Comments
 (0)