summaryrefslogtreecommitdiff
path: root/src/file.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-30 16:17:12 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-30 16:17:21 +0200
commit5b4f4c164bc42802763c9f9d0121f81ebf116761 (patch)
tree19086484981a6d3e01aad75983c0798b8f660442 /src/file.rs
parent65f11dc364ece630bcecf6ef53b75697f07553a8 (diff)
Autocomplete for packages
Diffstat (limited to 'src/file.rs')
-rw-r--r--src/file.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.rs b/src/file.rs
index 1ee4cf09..8aaa746b 100644
--- a/src/file.rs
+++ b/src/file.rs
@@ -290,6 +290,8 @@ impl PackageManifest {
}
/// The `package` key in the manifest.
+///
+/// More fields are specified, but they are not relevant to the compiler.
#[derive(Debug, Clone, Eq, PartialEq, Hash, Serialize, Deserialize)]
pub struct PackageInfo {
/// The name of the package within its namespace.