rustdoc: remove unused class has-srclink
Stopped being used in CSS with
73d0f7c7b6
This commit is contained in:
parent
1e225413a2
commit
74e843c833
51 changed files with 96 additions and 108 deletions
|
@ -5,7 +5,7 @@ pub trait Array {
|
|||
}
|
||||
|
||||
// @has foo/trait.Array.html
|
||||
// @has - '//*[@class="impl has-srclink"]' 'impl<T, const N: usize> Array for [T; N]'
|
||||
// @has - '//*[@class="impl"]' 'impl<T, const N: usize> Array for [T; N]'
|
||||
impl<T, const N: usize> Array for [T; N] {
|
||||
type Item = T;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue