Skip to content

Commit aa853bd

Browse files
committed
Add rust annotation to doctest
1 parent c0f14cb commit aa853bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ impl dyn Error + Send + Sync {
814814
///
815815
/// # Examples
816816
///
817-
/// ```
817+
/// ```rust
818818
/// #![feature(error_reporter)]
819819
/// #![feature(negative_impls)]
820820
///

0 commit comments

Comments
 (0)