diff --git a/xtask/src/cppdocs.rs b/xtask/src/cppdocs.rs index b5fb2bfec..0cf743415 100644 --- a/xtask/src/cppdocs.rs +++ b/xtask/src/cppdocs.rs @@ -7,6 +7,9 @@ This file is also available under commercial licensing terms. Please contact info@sixtyfps.io for more information. LICENSE END */ + +// cspell:ignore cppdocs pipenv pipfile + use anyhow::{Context, Result}; use std::ffi::OsString; use std::path::{Path, PathBuf};