Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / compiler-cli / clippy.toml
331 B 7 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2023 The Gleam contributors 3 4disallowed-methods = [ 5 { path = "std::path::Path::new", reason = "Manually constructed paths should use camino::Utf8Path" }, 6 { path = "std::path::PathBuf::new", reason = "Manually constructed pathbufs should use camino::Utf8Path" }, 7]