Remove emphasis

This commit is contained in:
Jules Bertholet 2024-05-11 00:23:25 -04:00 committed by GitHub
parent a75166ce94
commit ab8be9af22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ let &[[&mut a]] = &[&mut [42]];
// downgrades to `&`)
```
Therefore, we *cannot* delay a decision on this matter.
Therefore, we cannot delay a decision on this matter.
### Makes behavior more consistent