1 2 3 4 5 6 7
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #![allow(clippy::module_inception)] mod adopter_linked_cli { include!("../sources/adopter_linked_cli.rs"); }