Commit 1ef6c56
committed
Move mut spec to argument.
The more I think about this, the more I think this is more correct.
Considering that the argument is owned, by the function, it seems
more correct to just recognize that in the signature. It is not a
breaking change since the arg is passed by value since it's a primitive
type, so I think this is better.
In principle, I would prefer to merge this with the commit that moves
the asm code into the crate directly instead of this separate commit.1 parent dec3cfe commit 1ef6c56
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
244 | 243 | | |
245 | 244 | | |
246 | 245 | | |
| |||
0 commit comments