blob: 2146b3c436d874c1d0f5c25f19747cfb37c55f36 [file] [log] [blame]
Brian Silvermancc09f182022-03-09 15:40:20 -08001extern crate common_proto_rust;
2
3pub fn do_something(_x: &common_proto_rust::Config) -> bool {
4 true
5}