Skip to content

Commit

Permalink
Archive dyn-upcasting-coercion-initiative
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Mar 16, 2024
1 parent 5fbc6c2 commit 3d2e29e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
org = "rust-lang"
name = "dyn-upcasting-coercion-initiative"
description = "Initiative to support upcasting dyn Trait values to supertraits"
bots = []

[access.teams]
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ kind = "project-group"
subteam-of = "lang"

[people]
leads = [
"crlf0710",
]
members = [
leads = []
members = []
alumni = [
"crlf0710",
"nikomatsakis",
]
alumni = []

[website]
name = "Dyn Upcasting Initiative"
Expand Down

0 comments on commit 3d2e29e

Please sign in to comment.