1 2 3 4 5 6 7 8
// ------------------------------------------------------------------------------ // Copyright 2021 Uwe Arzt, mail@uwe-arzt.de // SPDX-License-Identifier: Apache-2.0 // ------------------------------------------------------------------------------ pub fn doit() { println!("doit"); }