Function clippy::vec::unexpand_vec
[−]
[src]
pub fn unexpand_vec<'e>(cx: &LateContext, expr: &'e Expr) -> Option<VecArgs<'e>>
Returns the arguments of the vec!
macro if this expression was expanded from vec!
.