Skip to content

Commit c2f4edd

Browse files
committed
Avoid rustdoc running Bash code as Rust test
1 parent 22b48a8 commit c2f4edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spdlog/src/sink/journald_sink.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ fn journal_send(args: impl Iterator<Item = impl AsRef<str>>) -> StdResult<(), io
7878
///
7979
/// ## Install on Ubuntu / Debian
8080
///
81-
/// ```
81+
/// ```bash
8282
/// apt install libsystemd-dev
8383
/// ```
8484
///
8585
/// ## Install on ArchLinux
8686
///
87-
/// ```
87+
/// ```bash
8888
/// pacman -S systemd
8989
/// ```
9090
pub struct JournaldSink {

0 commit comments

Comments
 (0)