Skip to content

Commit

Permalink
Drop legacy interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski committed Mar 11, 2023
1 parent b5e6f17 commit 6e2064d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,713 deletions.
95 changes: 0 additions & 95 deletions src/legacy.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@
//!
pub use error::{Error, ErrorKind};
#[allow(deprecated)]
pub use legacy::{mock, reset, server_address, server_url};
pub use matcher::Matcher;
pub use mock::Mock;
pub use request::Request;
Expand All @@ -656,7 +655,6 @@ pub use server_pool::ServerGuard;

mod diff;
mod error;
mod legacy;
mod matcher;
mod mock;
mod request;
Expand Down
Loading

0 comments on commit 6e2064d

Please sign in to comment.