Skip to content

Commit

Permalink
[ereport] temporarily allow unfinished proxy reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Oct 17, 2024
1 parent 84bd6b4 commit 2979fa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ereporter/src/proxy.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

#![allow(dead_code)] // TODO(eliza): i'm still working on this bit
use ereporter_api::Entry;
use omicron_common::api::external::Error;
use omicron_common::api::external::Generation;
use std::future::Future;
use std::sync::Arc;
use tokio::sync::{mpsc, watch};
use uuid::Uuid;

Expand Down

0 comments on commit 2979fa8

Please sign in to comment.