Fix for-label requires for some struct documentation

This commit is contained in:
Alexis King 2016-07-26 17:26:10 -07:00 committed by Vincent St-Amour
parent e3ae0103af
commit 1b63703ac0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#lang scribble/doc
@(require "mz.rkt" (for-label racket/struct-info))
@(require "mz.rkt" (for-label racket/struct))
@title{Printer Extension}

View File

@ -1,5 +1,5 @@
#lang scribble/doc
@(require "mz.rkt" (for-label racket/struct))
@(require "mz.rkt" (for-label racket/struct racket/struct-info))
@(define struct-eval (make-base-eval))
@(define struct-copy-eval (make-base-eval))