Remove some unnecessary file names

This commit is contained in:
Florian Diebold 2020-07-12 19:59:43 +02:00
parent c6f53aaaa4
commit d885f38011

View File

@ -1995,7 +1995,6 @@ fn test() {
fn fn_item_fn_trait() {
check_types(
r#"
//- /main.rs
#[lang = "fn_once"]
trait FnOnce<Args> {
type Output;
@ -3025,7 +3024,6 @@ fn foo() {
fn infer_dyn_fn_output() {
check_types(
r#"
//- /lib.rs
#[lang = "fn_once"]
pub trait FnOnce<Args> {
type Output;
@ -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;