docs: add todos/fixmes
This commit is contained in:
parent
70577fbe56
commit
11f89a2380
4 changed files with 11 additions and 1 deletions
|
@ -14,6 +14,7 @@ struct UnstableFeatures;
|
|||
pub async fn res() -> impl Responder {
|
||||
let response = Response {
|
||||
unstable_features: UnstableFeatures,
|
||||
// TODO: Find a way to dynamically update this possibly?
|
||||
versions: vec![String::from("1")],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue