Skip to content

Commit c633428

Browse files
committed
Fix visibility
1 parent 25e37e2 commit c633428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_assists/src/assist_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ use crate::{Assist, AssistId, GroupLabel, ResolvedAssist};
4949
/// easier to just compute the edit eagerly :-)
5050
pub(crate) struct AssistContext<'a> {
5151
pub(crate) sema: Semantics<'a, RootDatabase>,
52-
pub(super) db: &'a RootDatabase,
52+
pub(crate) db: &'a RootDatabase,
5353
pub(crate) frange: FileRange,
5454
source_file: SourceFile,
5555
}

0 commit comments

Comments
 (0)