Skip to content

Commit

Permalink
More macro -> macros renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed May 11, 2024
1 parent 098d692 commit 6c484d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egui_commonmark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ compile_error!("Cannot have multiple different parsing backends enabled at the s
#[cfg(not(any(feature = "comrak", feature = "pulldown_cmark")))]
compile_error!("Either the pulldown_cmark or comrak backend must be enabled");

#[cfg(feature = "macro")]
#[cfg(feature = "macros")]
pub use egui_commonmark_macros::*;

#[cfg(feature = "macro")]
#[cfg(feature = "macros")]
// Do not rely on this directly!
#[doc(hidden)]
pub use egui_commonmark_backend;
Expand Down

0 comments on commit 6c484d5

Please sign in to comment.