Skip to content

Commit 09f2d48

Browse files
authored
clean up build warnings (#244)
1 parent e34626f commit 09f2d48

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

omicron-nexus/tests/test_disks.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ use common::identity_eq;
3232
use common::resource_helpers::create_project;
3333
use common::test_setup;
3434

35-
#[macro_use]
36-
extern crate slog;
37-
3835
/*
3936
* TODO-cleanup the mess of URLs used here and in test_instances.rs ought to
4037
* come from common code.

omicron-nexus/tests/test_instances.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ use common::identity_eq;
2929
use common::resource_helpers::create_project;
3030
use common::test_setup;
3131

32-
#[macro_use]
33-
extern crate slog;
34-
3532
#[tokio::test]
3633
async fn test_instances() {
3734
let cptestctx = test_setup("test_instances").await;

omicron-nexus/tests/test_oximeter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Integration tests for oximeter collectors and producers.
22
3-
mod common;
3+
pub mod common;
44

55
use uuid::Uuid;
66

0 commit comments

Comments
 (0)