File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/tools/miri/src/borrow_tracker/tree_borrows Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ type S = &'static str;
365
365
/// Pretty-printing details
366
366
///
367
367
/// Example:
368
- /// ```
368
+ /// ```rust,ignore (private type)
369
369
/// DisplayFmtWrapper {
370
370
/// top: '>',
371
371
/// bot: '<',
@@ -393,7 +393,7 @@ struct DisplayFmtWrapper {
393
393
/// Formating of the permissions on each range.
394
394
///
395
395
/// Example:
396
- /// ```
396
+ /// ```rust,ignore (private type)
397
397
/// DisplayFmtPermission {
398
398
/// open: "[",
399
399
/// sep: "|",
@@ -425,7 +425,7 @@ struct DisplayFmtPermission {
425
425
/// Formating of the tree structure.
426
426
///
427
427
/// Example:
428
- /// ```
428
+ /// ```rust,ignore (private type)
429
429
/// DisplayFmtPadding {
430
430
/// join_middle: "|-",
431
431
/// join_last: "'-",
@@ -463,7 +463,7 @@ struct DisplayFmtPadding {
463
463
/// How to show whether a location has been accessed
464
464
///
465
465
/// Example:
466
- /// ```
466
+ /// ```rust,ignore (private type)
467
467
/// DisplayFmtAccess {
468
468
/// yes: " ",
469
469
/// no: "?",
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ where
132
132
/// the associated `UniIndex` from ALL `UniValMap`s.
133
133
///
134
134
/// Example of such behavior:
135
- /// ```
135
+ /// ```rust,ignore (private type can't be doctested)
136
136
/// let mut keymap = UniKeyMap::<char>::default();
137
137
/// let mut valmap = UniValMap::<char>::default();
138
138
/// // Insert 'a' -> _ -> 'A'
You can’t perform that action at this time.
0 commit comments