diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-06-03 23:00:16 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-06-23 16:02:34 +0200 |
| commit | 78cbcaffeadcb85e4ea5d347010b13b5c698cbbd (patch) | |
| tree | 0b5e1f2ec5d8ad76dfe780250a49ca7a9e218bb3 /src | |
| parent | 987c2ffd55fdff2cc7945adaec6468202e2d2486 (diff) | |
| download | rust-78cbcaffeadcb85e4ea5d347010b13b5c698cbbd.tar.gz rust-78cbcaffeadcb85e4ea5d347010b13b5c698cbbd.zip | |
Update tests to work with new DocFragment field and `redundant_explicit_links` new API
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/clean/types/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/clean/types/tests.rs b/src/librustdoc/clean/types/tests.rs index 7ff5026150b..9499507b2c0 100644 --- a/src/librustdoc/clean/types/tests.rs +++ b/src/librustdoc/clean/types/tests.rs @@ -10,6 +10,7 @@ fn create_doc_fragment(s: &str) -> Vec<DocFragment> { doc: Symbol::intern(s), kind: DocFragmentKind::SugaredDoc, indent: 0, + from_expansion: false, }] } |
