We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2774b7 commit bba7fd9Copy full SHA for bba7fd9
src/libstd/io/mod.rs
@@ -212,7 +212,7 @@
212
//! # }
213
//! ```
214
//!
215
-//! [functions-list]: #functions-1
+//! [functions-list]: #functions-2
216
217
//! ## io::Result
218
src/test/rustdoc/issue-29449.rs
@@ -18,12 +18,12 @@ impl Foo {
18
/// # Panics
19
pub fn bar() {}
20
21
- // @has - '//*[@id="examples-1"]//a' 'Examples'
+ // @has - '//*[@id="examples-2"]//a' 'Examples'
22
/// # Examples
23
pub fn bar_1() {}
24
25
- // @has - '//*[@id="examples-2"]//a' 'Examples'
26
- // @has - '//*[@id="panics-1"]//a' 'Panics'
+ // @has - '//*[@id="examples-4"]//a' 'Examples'
+ // @has - '//*[@id="panics-2"]//a' 'Panics'
27
28
29
pub fn bar_2() {}
0 commit comments