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 11c902b commit a69d07cCopy full SHA for a69d07c
src/parse/session.rs
@@ -179,7 +179,7 @@ impl ParseSess {
179
///
180
/// * `id` - The name of the module
181
/// * `relative` - If Some(symbol), the symbol name is a directory relative to the dir_path.
182
- /// 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
183
/// or {dir_path}/{symbol}/{id}/mod.rs. if None, resolve the module at {dir_path}/{id}.rs.
184
/// * `dir_path` - Module resolution will occur relative to this directory.
185
pub(crate) fn default_submod_path(
0 commit comments