]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/src/lib2/Cargo.lock
fix [type error] for error E0029 and E0277
[rust.git] / src / test / rustdoc-gui / src / lib2 / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "implementors"
7 version = "0.1.0"
8
9 [[package]]
10 name = "lib2"
11 version = "0.1.0"
12 dependencies = [
13  "implementors",
14 ]