Skip to content

Commit

Permalink
Update relay-server/src/services/buffer/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Bayer <joris.bayer@sentry.io>
  • Loading branch information
iambriccardo and jjbayer committed Aug 27, 2024
1 parent c61aab2 commit 2cb8511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions relay-server/src/services/buffer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ pub use envelope_buffer::EnvelopeBufferError;
pub use envelope_buffer::PolymorphicEnvelopeBuffer;
pub use envelope_stack::sqlite::SqliteEnvelopeStack; // pub for benchmarks
pub use envelope_stack::EnvelopeStack; // pub for benchmarks
pub use envelope_store::sqlite::SqliteEnvelopeStore;
// pub for benchmarks // pub for benchmarks
pub use envelope_store::sqlite::SqliteEnvelopeStore; // pub for benchmarks

mod envelope_buffer;
mod envelope_stack;
Expand Down

0 comments on commit 2cb8511

Please sign in to comment.