cargo fmt hasn't been used in a while it seems.

This commit is contained in:
Lokathor
2020-01-19 13:02:54 -07:00
parent 11b8f629f2
commit 032ac155c9
8 changed files with 141 additions and 127 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#![allow(bad_style)]
use tinyvec::*;
use std::iter::FromIterator;
use tinyvec::*;
#[test]
fn test_a_vec() {
+1 -1
View File
@@ -1,8 +1,8 @@
#![allow(bad_style)]
#![allow(clippy::redundant_clone)]
use tinyvec::*;
use std::iter::FromIterator;
use tinyvec::*;
#[test]
fn TinyVec_swap_remove() {