Skip to content

Commit

Permalink
Remove some unnecessary file names
Browse files Browse the repository at this point in the history
  • Loading branch information
flodiebold committed Jul 12, 2020
1 parent 95f66fa commit 42a133d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/ra_hir_ty/src/tests/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,6 @@ fn test() {
fn fn_item_fn_trait() {
check_types(
r#"
//- /main.rs
#[lang = "fn_once"]
trait FnOnce<Args> {
type Output;
Expand Down Expand Up @@ -3025,7 +3024,6 @@ fn infer_box_fn_arg() {
fn infer_dyn_fn_output() {
check_types(
r#"
//- /lib.rs
#[lang = "fn_once"]
pub trait FnOnce<Args> {
type Output;
Expand All @@ -3049,7 +3047,6 @@ fn foo() {
fn infer_dyn_fn_once_output() {
check_types(
r#"
//- /lib.rs
#[lang = "fn_once"]
pub trait FnOnce<Args> {
type Output;
Expand Down

0 comments on commit 42a133d

Please sign in to comment.