File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11---
2- MD004 : false
32MD010 :
43 code_blocks : false
54MD013 :
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ the wrapper type.
8686Newtypes are very common in Rust code. Abstraction or representing units are the
8787most common uses, but they can be used for other reasons:
8888
89- * restricting functionality (reduce the functions exposed or traits implemented),
90- * making a type with copy semantics have move semantics,
91- * abstraction by providing a more concrete type and thus hiding internal types, e.g.,
89+ - restricting functionality (reduce the functions exposed or traits implemented),
90+ - making a type with copy semantics have move semantics,
91+ - abstraction by providing a more concrete type and thus hiding internal types, e.g.,
9292
9393``` rust,ignore
9494pub struct Foo(Bar<T1, T2>);
You can’t perform that action at this time.
0 commit comments