Remove full path
This commit is contained in:
parent
9eb416b8a4
commit
42c5c982c4
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ use std::ops::Index;
|
|||
|
||||
struct Foo { a: u8 }
|
||||
|
||||
impl ::std::ops::Index<u8> for Foo {
|
||||
impl Index<u8> for Foo {
|
||||
type Output = u8;
|
||||
|
||||
fn index<'a>(&'a self, idx: u8) -> &'a u8 { &self.a }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue