]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/zealot/help-lint/help-lint.factor
assocs.extras: Move some often-used words to core
[factor.git] / extra / zealot / help-lint / help-lint.factor
index d87ea1f5cf277a788408a4a16df3c2db34e8eb98..9777ea1fa50f84850813eca15158453aa2b05570 100644 (file)
@@ -14,7 +14,7 @@ CONSTANT: ignored-resources {
 }
 
 : filter-flaky-resources ( seq -- seq' )
-    [ drop unparse ignored-resources member? ] assoc-reject ;
+    [ unparse ignored-resources member? ] reject-keys ;
 
 ! Allow testing without calling exit
 : zealot-help-lint ( exit? -- )