Skip to content

Commit d885f38

Browse files
committed
Remove some unnecessary file names
1 parent c6f53aa commit d885f38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/ra_hir_ty/src/tests/traits.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,6 @@ fn test() {
19951995
fn fn_item_fn_trait() {
19961996
check_types(
19971997
r#"
1998-
//- /main.rs
19991998
#[lang = "fn_once"]
20001999
trait FnOnce<Args> {
20012000
type Output;
@@ -3025,7 +3024,6 @@ fn infer_box_fn_arg() {
30253024
fn infer_dyn_fn_output() {
30263025
check_types(
30273026
r#"
3028-
//- /lib.rs
30293027
#[lang = "fn_once"]
30303028
pub trait FnOnce<Args> {
30313029
type Output;
@@ -3049,7 +3047,6 @@ fn foo() {
30493047
fn infer_dyn_fn_once_output() {
30503048
check_types(
30513049
r#"
3052-
//- /lib.rs
30533050
#[lang = "fn_once"]
30543051
pub trait FnOnce<Args> {
30553052
type Output;

0 commit comments

Comments
 (0)