# SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: 2023 The Gleam contributors disallowed-methods = [ { path = "std::path::Path::new", reason = "Manually constructed paths should use camino::Utf8Path" }, { path = "std::path::PathBuf::new", reason = "Manually constructed pathbufs should use camino::Utf8Path" }, ]