Changes
Page history
Update Rust
authored
Nov 07, 2023
by
Miki, Hiromitsu
Show whitespace changes
Inline
Side-by-side
Rust.md
View page @
1a3f716b
...
...
@@ -131,7 +131,7 @@ fn main() {
level_style
.value
(
record
.level
()),
record
.target
(),
record
.args
(),
&
record
.file
()
.unwrap_or
(
"src/
(?)
"
)[
4
..
],
// remove "src/" prefix
&
record
.file
()
.unwrap_or
(
"src/
?
"
)[
4
..
],
// remove "src/" prefix
record
.line
()
.unwrap_or
(
0
)
),
};
...
...
...
...