Skip to content

Commit 2de55c9

Browse files
committed
fix import path user credentials
1 parent 937cb67 commit 2de55c9

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ mdbook-serve:
141141
cd docs/book && mdbook serve
142142

143143
publish:
144-
cargo publish -p rama-error
145-
cargo publish -p rama-macros
146-
cargo publish -p rama-utils
147-
cargo publish -p rama-core
148-
cargo publish -p rama-http-types
149144
cargo publish -p rama-net
150145
cargo publish -p rama-http-headers
151146
cargo publish -p rama-ua

rama-net/src/user/credentials/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
33
mod basic;
44

5-
#[cfg(feature = "http")]
65
#[doc(inline)]
76
pub use basic::{BASIC_SCHEME, Basic};
87

98
mod bearer;
109

11-
#[cfg(feature = "http")]
1210
#[doc(inline)]
1311
pub use bearer::{BEARER_SCHEME, Bearer};
1412

0 commit comments

Comments
 (0)