Function clippy_utils::source::position_before_rarrow
source · Expand description
Returns the position just before rarrow
ⓘ
fn into(self) -> () {}
^
// in case of unformatted code
fn into2(self)-> () {}
^
fn into3(self) -> () {}
^