Searched refs:name_and_sig (Results 1 – 1 of 1) sorted by relevance
284 let name_and_sig: Vec<&str> = arg.split(' ').collect(); in format_method_call() localVariable285 let name = name_and_sig[0]; in format_method_call()