From 4fd8cfd6adc554752a63aed9ed71d44b372ec4dc Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 23 Mar 2019 10:53:48 +0300 Subject: replace todo with fixme --- crates/ra_hir/src/code_model_api.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crates/ra_hir/src/code_model_api.rs') diff --git a/crates/ra_hir/src/code_model_api.rs b/crates/ra_hir/src/code_model_api.rs index b00481cd5..62301e4ab 100644 --- a/crates/ra_hir/src/code_model_api.rs +++ b/crates/ra_hir/src/code_model_api.rs @@ -51,7 +51,7 @@ impl Crate { crate_graph.edition(self.crate_id) } - // TODO: should this be in source_binder? + // FIXME: should this be in source_binder? pub fn source_root_crates( db: &impl PersistentHirDatabase, source_root: SourceRootId, @@ -301,7 +301,7 @@ impl Struct { db.type_for_def((*self).into(), Namespace::Values) } - // TODO move to a more general type + // FIXME move to a more general type /// Builds a resolver for type references inside this struct. pub fn resolver(&self, db: &impl HirDatabase) -> Resolver { // take the outer scope... @@ -361,7 +361,7 @@ impl Enum { db.type_for_def((*self).into(), Namespace::Types) } - // TODO: move to a more general type + // FIXME: move to a more general type /// Builds a resolver for type references inside this struct. pub fn resolver(&self, db: &impl HirDatabase) -> Resolver { // take the outer scope... @@ -513,7 +513,7 @@ impl Function { ImplBlock::containing(module_impls, (*self).into()) } - // TODO: move to a more general type for 'body-having' items + // FIXME: move to a more general type for 'body-having' items /// Builds a resolver for code inside this item. pub fn resolver(&self, db: &impl HirDatabase) -> Resolver { // take the outer scope... @@ -558,7 +558,7 @@ impl Const { ImplBlock::containing(module_impls, (*self).into()) } - // TODO: move to a more general type for 'body-having' items + // FIXME: move to a more general type for 'body-having' items /// Builds a resolver for code inside this item. pub fn resolver(&self, db: &impl HirDatabase) -> Resolver { // take the outer scope... -- cgit v1.2.3