We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fdd7b commit 526ba14Copy full SHA for 526ba14
doc/design/namespaced-elements.adoc
@@ -281,7 +281,9 @@ Previously the prefix was stored as a keyword.
281
This should return `true` for any source we throw at rewrite-clj v1:
282
+
283
284
-// {:test-doc-blocks/reader-cond :clj}
+// GitHub has started rate limiting and returning 429s for githubusercontent.
285
+// This code block is covered by unit tests, so will have test-doc-blocks skip it.
286
+// :test-doc-blocks/skip
287
[source,Clojure]
288
----
289
(require '[rewrite-clj.zip :as z])
0 commit comments