Skip to content

Commit 5674e0b

Browse files
committed
Make clippy happy
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent fe0d226 commit 5674e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/tests/it/storages/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async fn test_configs_table_basic() -> Result<()> {
135135
#[tokio::test]
136136
async fn test_configs_table_redact() -> Result<()> {
137137
let mut mint = Mint::new("tests/it/storages/testdata");
138-
let file = &mut mint.new_goldenfile("configs_table_redact.txt").unwrap();
138+
let _file = &mut mint.new_goldenfile("configs_table_redact.txt").unwrap();
139139

140140
let mock_server = MockServer::builder().start().await;
141141
Mock::given(method("HEAD"))

0 commit comments

Comments
 (0)