diff --git a/Note-style-guide.md b/Note-style-guide.md index 2bb65a2..7028dc9 100644 --- a/Note-style-guide.md +++ b/Note-style-guide.md @@ -214,10 +214,6 @@ Examples: * ```Iterate``` -# Impls - -* Avoid `pub impl Type { ... }`. Instead put `pub ` modifiers on method names. This allows a reader to immediately tell which methods are public quickly. - # Predicates The names of simple boolean predicates should start with "is_" or similarly be expressed using a "small question word".