rustfmt tests/rustdoc-js/
.
This commit is contained in:
parent
98d65d62c5
commit
c6fb703c05
28 changed files with 240 additions and 133 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::io::{Result as IoResult, Read};
|
||||
use std::io::{Read, Result as IoResult};
|
||||
|
||||
pub struct Aaaaaaa;
|
||||
|
||||
|
@ -29,7 +29,10 @@ impl<T: Read> Ddddddd<T> {
|
|||
pub fn ggggggg(self) -> u64 {
|
||||
1
|
||||
}
|
||||
pub fn hhhhhhh() -> Self where T: Default {
|
||||
pub fn hhhhhhh() -> Self
|
||||
where
|
||||
T: Default,
|
||||
{
|
||||
Ddddddd(T::default())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue