mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-18 12:25:35 -04:00
cargo fmt hasn't been used in a while it seems.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#![allow(bad_style)]
|
||||
|
||||
use tinyvec::*;
|
||||
use std::iter::FromIterator;
|
||||
use tinyvec::*;
|
||||
|
||||
#[test]
|
||||
fn test_a_vec() {
|
||||
|
||||
+1
-1
@@ -1,8 +1,8 @@
|
||||
#![allow(bad_style)]
|
||||
#![allow(clippy::redundant_clone)]
|
||||
|
||||
use tinyvec::*;
|
||||
use std::iter::FromIterator;
|
||||
use tinyvec::*;
|
||||
|
||||
#[test]
|
||||
fn TinyVec_swap_remove() {
|
||||
|
||||
Reference in New Issue
Block a user