mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

DirectorySourceOptions is marked as #[non_exhaustive], and only exposes the Default trait, so we need to instantiate a mutable instance using default(), and then change tpl_extension to the value we want.