From 732f726c963f956f6021c4beb8218d5b06948cd2 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 15 Dec 2008 22:49:47 -0600 Subject: [PATCH] Help lint no longer flags symbols as having violations --- basis/help/lint/lint.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/help/lint/lint.factor b/basis/help/lint/lint.factor index fbebc7f0f6..f6ed13b3fa 100644 --- a/basis/help/lint/lint.factor +++ b/basis/help/lint/lint.factor @@ -45,6 +45,7 @@ IN: help.lint { [ drop "declared-effect" word-prop not ] [ nip contains-funky-elements? ] + [ drop symbol? ] [ drop macro? ] [ [ effect-values >array ]