From: Doug Coleman Date: Mon, 8 Aug 2022 22:42:25 +0000 (-0500) Subject: lint: fix using X-Git-Tag: 0.99~1157 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=73d221dd055d8546d525a8c61adcab8d481ab5ad lint: fix using --- diff --git a/extra/lint/lint.factor b/extra/lint/lint.factor index 42639ce893..b874bc8abb 100644 --- a/extra/lint/lint.factor +++ b/extra/lint/lint.factor @@ -1,10 +1,11 @@ ! Copyright (C) 2007, 2008, 2011 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs classes classes.tuple.private -combinators.short-circuit continuations io kernel kernel.private -locals.backend make math math.private namespaces prettyprint -quotations sequences sequences.deep shuffle slots.private -splitting stack-checker vocabs words words.alias ; +USING: accessors arrays assocs assocs.extras classes +classes.tuple.private combinators.short-circuit continuations io +kernel kernel.private locals.backend make math math.private +namespaces prettyprint quotations sequences sequences.deep +shuffle slots.private splitting stack-checker vocabs words +words.alias ; IN: lint