Skip to content

Commit

Permalink
Avoid rustdoc running Bash code as Rust test
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Mar 21, 2024
1 parent 22b48a8 commit c2f4edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spdlog/src/sink/journald_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ fn journal_send(args: impl Iterator<Item = impl AsRef<str>>) -> StdResult<(), io
///
/// ## Install on Ubuntu / Debian
///
/// ```
/// ```bash
/// apt install libsystemd-dev
/// ```
///
/// ## Install on ArchLinux
///
/// ```
/// ```bash
/// pacman -S systemd
/// ```
pub struct JournaldSink {
Expand Down

0 comments on commit c2f4edd

Please sign in to comment.