Remove extra . in metadata_lib_filename_form
This commit is contained in:
parent
a1ea1c128d
commit
395f2b84e6
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ metadata_crate_location_unknown_type =
|
|||
extern location for {$crate_name} is of an unknown type: {$path}
|
||||
|
||||
metadata_lib_filename_form =
|
||||
file name should be lib*.rlib or {$dll_prefix}*.{$dll_suffix}
|
||||
file name should be lib*.rlib or {$dll_prefix}*{$dll_suffix}
|
||||
|
||||
metadata_multiple_import_name_type =
|
||||
multiple `import_name_type` arguments in a single `#[link]` attribute
|
||||
|
|
Loading…
Add table
Reference in a new issue