Skip to content

Commit 14a7a61

Browse files
jmintbVeykril
authored andcommitted
WIP - Sort suggested imports by type for data types
1 parent bc9c952 commit 14a7a61

File tree

3 files changed

+418
-10
lines changed

3 files changed

+418
-10
lines changed

crates/hir/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4567,8 +4567,8 @@ impl Type {
45674567
// FIXME: Document this
45684568
#[derive(Debug)]
45694569
pub struct Callable {
4570-
ty: Type,
4571-
sig: CallableSig,
4570+
pub ty: Type,
4571+
pub sig: CallableSig,
45724572
callee: Callee,
45734573
/// Whether this is a method that was called with method call syntax.
45744574
pub(crate) is_bound_method: bool,

0 commit comments

Comments
 (0)