Sign in
fuchsia
/
fuchsia
/
main
/
.
/
build
/
rust
/
tests
/
rustdoc
/
src
/
foxtrot.rs
blob: 77430c8d2464855775038c44653a04f8ac30f880 [
file
] [
log
] [
blame
]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#![
allow
(
unused_crate_dependencies
,
unused_extern_crates
)]
pub
trait
Foxtrot
{}