Merge pull request #3076 from mbrubeck/patch-1
Remove incorrect note from string_add_assign docs
This commit is contained in:
@@ -9,8 +9,7 @@ use crate::utils::{get_parent_expr, is_allowed, match_type, paths, span_lint, sp
|
|||||||
/// `let`!).
|
/// `let`!).
|
||||||
///
|
///
|
||||||
/// **Why is this bad?** It's not really bad, but some people think that the
|
/// **Why is this bad?** It's not really bad, but some people think that the
|
||||||
/// `.push_str(_)` method is more readable. Also creates a new heap allocation and throws
|
/// `.push_str(_)` method is more readable.
|
||||||
/// away the old one.
|
|
||||||
///
|
///
|
||||||
/// **Known problems:** None.
|
/// **Known problems:** None.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user