Skip to content

Commit 4fa463f

Browse files
committed
Revert unnecessary visibility change
1 parent 3ec7346 commit 4fa463f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/locator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ pub(crate) struct CrateLocator<'a> {
247247
cfg_version: &'static str,
248248

249249
// Immutable per-search configuration.
250-
pub crate_name: Symbol,
250+
crate_name: Symbol,
251251
exact_paths: Vec<CanonicalizedPath>,
252252
pub hash: Option<Svh>,
253253
extra_filename: Option<&'a str>,

0 commit comments

Comments
 (0)