Fix doc breakage.
`abstract` from racket/class conflicted with `abstract` in scribble paper modules. original commit: 94545a7cd7c108688c2299bb5f0e0f2e0a63c025
This commit is contained in:
parent
e1f816952c
commit
aaad158068
|
@ -15,7 +15,7 @@
|
|||
(provide (for-label (all-from-out mod))))]
|
||||
[(_ mod ...) (begin (bounce-for-label mod) ...)]))
|
||||
|
||||
(bounce-for-label (all-except racket (link) ())
|
||||
(bounce-for-label (all-except racket (abstract link) ())
|
||||
scribble/core
|
||||
scribble/base-render
|
||||
scribble/decode
|
||||
|
|
Loading…
Reference in New Issue
Block a user