blob: 0b21b8e5b5a6ccf594908b463f0dd7f9f75654c6 [file] [log] [blame]
pub fn main() {
let thing = "{{ f }}";
let f = thing.find("{{");
if f.is_none() {
println!("None!");
}
}