Skip to content

Commit b5baafb

Browse files
committed
tidy: add missing trailing newline
1 parent ecdf9e4 commit b5baafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/embed-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ object debug info section. It takes one of the following values:
77
* `n`, `no`, `off`, `false` or no value: omit source code from debug info (the default).
88

99
`-C embed-source` requires DWARFv5 and is only supported with the LLVM backend.
10-
Use `-Z dwarf-version=5` to control the compiler's DWARF target version.
10+
Use `-Z dwarf-version=5` to control the compiler's DWARF target version.

0 commit comments

Comments
 (0)