Skip to content

Commit

Permalink
Merge pull request #38 from ikrivosheev/fix/extern_crate
Browse files Browse the repository at this point in the history
Remove extern crate
  • Loading branch information
michaelklishin authored Jan 26, 2025
2 parents 1ad265e + 3452161 commit d7b783a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
//! This library is double licensed under the Apache 2.0 and MIT licenses.
//! This means that the user can choose either of the licenses.
extern crate alloc;
extern crate core;

/// The primary API: a async HTTP API client
#[cfg(feature = "async")]
pub mod api;
Expand Down

0 comments on commit d7b783a

Please sign in to comment.