diff options
| author | Charles Lew <crlf0710@gmail.com> | 2019-09-18 22:40:08 +0800 |
|---|---|---|
| committer | Charles Lew <crlf0710@gmail.com> | 2019-10-07 12:01:56 +0800 |
| commit | eb492455f2b840d28a10a68702727a5227343634 (patch) | |
| tree | a6fbccd84a419ef477692f736a5926b23373ce7b /src/librustc | |
| parent | 3462b58f21542b4e26e38419ab3a1b19a1609fdb (diff) | |
| download | rust-eb492455f2b840d28a10a68702727a5227343634.tar.gz rust-eb492455f2b840d28a10a68702727a5227343634.zip | |
Address review comments.
Diffstat (limited to 'src/librustc')
| -rw-r--r-- | src/librustc/middle/cstore.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/cstore.rs b/src/librustc/middle/cstore.rs index c45b3dfc3dc..065959ed09f 100644 --- a/src/librustc/middle/cstore.rs +++ b/src/librustc/middle/cstore.rs @@ -96,7 +96,7 @@ pub enum NativeLibraryKind { NativeStaticNobundle, /// macOS-specific NativeFramework, - /// windows dynamic library without import library + /// Windows dynamic library without import library. NativeRawDylib, /// default way to specify a dynamic library NativeUnknown, |
