summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-10-26 19:14:17 +0300
committerrobot-piglet <[email protected]>2025-10-26 19:30:31 +0300
commit164fea83e84d7f11eb7e688cb9b8f70431eefdb7 (patch)
tree6401b37f55124ac2fda12b899f7870754ad832f1 /util
parente207b4915479e5a36847199f963e5c0cfc870919 (diff)
Intermediate changes
commit_hash:ea5ee1bde916e3ead28b76ba317ef904152dd24d
Diffstat (limited to 'util')
-rw-r--r--util/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/README.md b/util/README.md
index 7f2c377ee6c..8fc8c69d75f 100644
--- a/util/README.md
+++ b/util/README.md
@@ -5,7 +5,6 @@ Style guide for the util folder is a stricter version of
(mostly in terms of ambiguity resolution).
* all {} must be in K&R style
- * &, * tied closer to a type, not to variable
* every .h file must be accompanied with corresponding .cpp to avoid a leakage and check that it is self contained
* prohibited to use `printf`-like functions