Update tests
This commit is contained in:
parent
1e00a28332
commit
3e3d3c00de
@ -8,3 +8,9 @@ struct Lorem {
|
||||
struct Dolor<T> where T: Eq {
|
||||
sit: T,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {}
|
||||
}
|
||||
|
@ -8,3 +8,9 @@ struct Lorem {
|
||||
struct Dolor<T> where T: Eq {
|
||||
sit: T,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {}
|
||||
}
|
||||
|
@ -8,3 +8,9 @@ struct Lorem {
|
||||
struct Dolor<T> where T: Eq {
|
||||
sit: T,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {}
|
||||
}
|
||||
|
@ -12,3 +12,10 @@ where
|
||||
{
|
||||
sit: T,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests
|
||||
{
|
||||
#[test]
|
||||
fn it_works() {}
|
||||
}
|
||||
|
@ -10,3 +10,9 @@ where
|
||||
T: Eq, {
|
||||
sit: T,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {}
|
||||
}
|
||||
|
@ -11,3 +11,9 @@ where
|
||||
{
|
||||
sit: T,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {}
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
// rustfmt-item_brace_style: AlwaysNextLine
|
||||
mod x {
|
||||
mod x
|
||||
{
|
||||
struct X(i8);
|
||||
|
||||
impl Y for X
|
||||
|
@ -1,6 +1,7 @@
|
||||
// rustfmt-item_brace_style: AlwaysNextLine
|
||||
|
||||
mod M {
|
||||
mod M
|
||||
{
|
||||
enum A
|
||||
{
|
||||
A,
|
||||
|
Loading…
x
Reference in New Issue
Block a user