Skip to content

Commit 96db99a

Browse files
improve comments
Co-authored-by: Jonas Schievink <[email protected]>
1 parent 7d24411 commit 96db99a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compiler/rustc_target/src/spec/mipsel_unknown_none.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Bare MIPS32r2, little endian, softfloat
2-
// can be used for MIPS M4K core (e.g. on PIC32MX devices)
1+
//! Bare MIPS32r2, little endian, softfloat
2+
//!
3+
//! Can be used for MIPS M4K core (e.g. on PIC32MX devices)
34
45
use crate::spec::abi::Abi;
56
use crate::spec::{LinkerFlavor, LldFlavor, RelocModel};

0 commit comments

Comments
 (0)