mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
remove inherent source impls
This commit is contained in:
parent
dd63f17027
commit
c4512fadb1
15 changed files with 22 additions and 67 deletions
|
@ -1,10 +1,11 @@
|
|||
use super::{where_predicates, generic_parameters};
|
||||
use crate::db;
|
||||
use std::fmt::{self, Display};
|
||||
|
||||
use join_to_string::join;
|
||||
use ra_syntax::ast::{self, AstNode, NameOwner, VisibilityOwner};
|
||||
use std::convert::From;
|
||||
use hir::{Docs, Documentation};
|
||||
use hir::{Docs, Documentation, HasSource};
|
||||
|
||||
use crate::{db, display::{where_predicates, generic_parameters}};
|
||||
|
||||
/// Contains information about a function signature
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue