Skip to content

Commit

Permalink
email: remove inline include_str
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Dec 7, 2024
1 parent 6c6c01c commit adbac17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions email/src/backend/mapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ macro_rules! some_feature_mapper {
/// subcontexts. It prevents you to manually map the feature.
///
/// See a usage example at `../../tests/dynamic_backend.rs`.
///
/// ```rust,ignore
#[doc = include_str!("../../../email-tests/tests/dynamic_backend.rs")]
/// ```
pub trait SomeBackendContextBuilderMapper<CB>
where
Self: BackendContextBuilder,
Expand Down
7 changes: 0 additions & 7 deletions email/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
//!
//! See a full example at `../../tests/dynamic_backend.rs`.
//!
//! ```rust,ignore
#![doc = include_str!("../../../email-tests/tests/dynamic_backend.rs")]
//! ```
//!
//! ## Static backend
//!
//! A static backend is composed of features defined at compilation
Expand All @@ -42,9 +38,6 @@
//! as manually implement backend features.
//!
//! See a full example at `../../tests/static_backend.rs`.
//! ```rust,ignore
#![doc = include_str!("../../../email-tests/tests/static_backend.rs")]
//! ```
pub mod context;
mod error;
Expand Down

0 comments on commit adbac17

Please sign in to comment.