Skip to content

Commit

Permalink
Satisfy tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Turner committed May 24, 2016
1 parent 00b78d0 commit df87a78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/test/compile-fail/issue-33819.rs
@@ -1,3 +1,12 @@
// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
fn main() {
let mut op = Some(2);
match op {
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/mismatched_types/issue-26480.rs
Expand Up @@ -30,7 +30,7 @@ macro_rules! write {
}

macro_rules! cast {
($x:expr) => ($x as ())
($x:expr) => ($x as ())
}

fn main() {
Expand Down

0 comments on commit df87a78

Please sign in to comment.