I have the following line in my project: ``` rust self.write_to_fmt(&mut Adapter(f)).or(Err(fmt::Error)) ``` `Err(fmt::Error)` is a constant but clippy complains that I'm calling a function.