doc(interface-types) Improve module descriptions.

This commit is contained in:
Ivan Enderlin
2020-02-10 15:27:04 +01:00
parent 74a46288ce
commit a8da95b339
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//! Represents the WIT language as a tree. This is the central
//! representation of the language.
use crate::interpreter::Instruction;
use std::str;