File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,17 @@ struct EmbeddedFileId;
133
133
134
134
/// A single file embedded in a [`Section`] as a fenced code block.
135
135
///
136
- /// Currently must be a Python file (`py` language), a type stub (`pyi`) or a `VERSIONS` file.
136
+ /// Currently must be a Python file (`py` language), a type stub (`pyi`) or a [typeshed `VERSIONS`]
137
+ /// file.
138
+ ///
137
139
/// TOML configuration blocks are also supported, but are not stored as `EmbeddedFile`s. In the
138
140
/// future we plan to support `pth` files as well.
139
141
///
140
142
/// A Python embedded file makes its containing [`Section`] into a [`MarkdownTest`], and will be
141
143
/// type-checked and searched for inline-comment assertions to match against the diagnostics from
142
144
/// type checking.
145
+ ///
146
+ /// [typeshed `VERSIONS`]: https://github.com/python/typeshed/blob/c546278aae47de0b2b664973da4edb613400f6ce/stdlib/VERSIONS#L1-L18
143
147
#[ derive( Debug ) ]
144
148
pub ( crate ) struct EmbeddedFile < ' s > {
145
149
section : SectionId ,
You can’t perform that action at this time.
0 commit comments