Skip to content

Commit f0c9f9b

Browse files
jmintbmustakimali
authored andcommitted
WIP - Sort suggested imports by type for data types
1 parent 5febc8f commit f0c9f9b

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
@@ -4564,8 +4564,8 @@ impl Type {
45644564
// FIXME: Document this
45654565
#[derive(Debug)]
45664566
pub struct Callable {
4567-
ty: Type,
4568-
sig: CallableSig,
4567+
pub ty: Type,
4568+
pub sig: CallableSig,
45694569
callee: Callee,
45704570
/// Whether this is a method that was called with method call syntax.
45714571
pub(crate) is_bound_method: bool,

0 commit comments

Comments
 (0)