v: change old attr syntax mention to new one in comments too (#21860)

This commit is contained in:
Felipe Pena 2024-07-14 03:39:37 -03:00 committed by GitHub
parent 5c2d64a235
commit 769e9147c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 92 additions and 92 deletions

View file

@ -357,7 +357,7 @@ pub fn (mut re RE) reset() {
}
// reset for search mode fail
// gcc bug, dont use [inline] or go 5 time slower
// gcc bug, dont use @[inline] or go 5 time slower
//[inline]
@[direct_array_access]
fn (mut re RE) reset_src() {