mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Remove some unnecessary file names
This commit is contained in:
parent
c6f53aaaa4
commit
d885f38011
1 changed files with 0 additions and 3 deletions
|
@ -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 infer_box_fn_arg() {
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue