Skip to content

Commit 221bb7f

Browse files
committed
fn doesnt need to be public
1 parent 02bb5f3 commit 221bb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/isograph_compiler/src/isograph_literals.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pub(crate) fn process_iso_literals<TNetworkProtocol: NetworkProtocol>(
198198
}
199199
}
200200

201-
pub fn process_iso_literal_extraction(
201+
fn process_iso_literal_extraction(
202202
iso_literal_extraction: IsoLiteralExtraction<'_>,
203203
relative_path_to_source_file: RelativePathToSourceFile,
204204
current_working_directory: CurrentWorkingDirectory,

0 commit comments

Comments
 (0)