Merge branch 'master' of github.com:AleoHQ/leo into refactor/const

This commit is contained in:
collin 2020-07-02 22:09:17 -07:00
commit b0ec086bb4

View File

@ -379,6 +379,7 @@ import [package].(
#### Import Star
To import all symbols from a package:
Note that this will only import symbols from the package library `lib.leo` file.
```rust
import [package].*;
```