We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2c2a3 commit 699b873Copy full SHA for 699b873
src/parse/session.rs
@@ -191,7 +191,7 @@ impl ParseSess {
191
///
192
/// * `id` - The name of the module
193
/// * `relative` - If Some(symbol), the symbol name is a directory relative to the dir_path.
194
- /// If relative is Some, resolve the submodle at {dir_path}/{symbol}/{id}.rs
+ /// If relative is Some, resolve the submodule at {dir_path}/{symbol}/{id}.rs
195
/// or {dir_path}/{symbol}/{id}/mod.rs. if None, resolve the module at {dir_path}/{id}.rs.
196
/// * `dir_path` - Module resolution will occur relative to this directory.
197
pub(crate) fn default_submod_path(
0 commit comments