Skip to content

Commit b6c5f5d

Browse files
authored
Merge pull request #1122 from yerke/patch-1
Fix typo in 2023-07-13-Rust-1.71.0.md
2 parents 30a7174 + dc746be commit b6c5f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2023-07-13-Rust-1.71.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ to remain future proof if they need to unwind across the ABI boundary.
4545

4646
1.71.0 stabilizes support for a new attribute, `#[debug_visualizer(natvis_file
4747
= "...")]` and `#[debug_visualizer(gdb_script_file = "...")]`, which allows
48-
embedding Natviz descriptions and GDB scripts into Rust libraries to
48+
embedding Natvis descriptions and GDB scripts into Rust libraries to
4949
improve debugger output when inspecting data structures created by those
5050
libraries. Rust itself has packaged similar scripts for some time for the
5151
standard library, but this feature makes it possible for library authors to

0 commit comments

Comments
 (0)