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 72cb7eb commit 12480aeCopy full SHA for 12480ae
1 file changed
src/cli.rs
@@ -469,6 +469,7 @@ mod tests {
469
path
470
}
471
472
+ #[cfg(feature = "web")]
473
fn web_config(&self, name: &str, vhost_name: &str, host: &str, root: &Path) -> PathBuf {
474
let path = safe_child_path(&self.path, name);
475
fs::write(
0 commit comments