fixed cargo fmt complaint

This commit is contained in:
TrapinchO 2024-04-03 23:53:15 +02:00
parent 82285192fc
commit 96d97916a9
1 changed files with 2 additions and 2 deletions

View File

@ -163,13 +163,13 @@
//! \ //! \
//! diagnostic error code: oops::my::bad (link) //! diagnostic error code: oops::my::bad (link)
//! Error: oops! //! Error: oops!
//! //!
//! \ //! \
//! Begin snippet for bad_file.rs starting //! Begin snippet for bad_file.rs starting
//! at line 2, column 3 //! at line 2, column 3
//! \ //! \
//! snippet line 1: source //! snippet line 1: source
//! //!
//! \ //! \
//! snippet line 2: text //! snippet line 2: text
//! highlight starting at line 1, column 3: This bit here //! highlight starting at line 1, column 3: This bit here