mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v: change old attr syntax mention to new one in comments too (#21860)
This commit is contained in:
parent
5c2d64a235
commit
769e9147c3
43 changed files with 92 additions and 92 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue