When searching the stable stdlib focs for 'current working directory' (link) I expect to get a results page with std::env::current_dir
in it. Instead I see this text:
Results for current+working+directory
No results :( Try on DuckDuckGo?
Note that searching for 'working' gives results, but none containing std::env::current_dir
.
However! My question isn't so much about this problem in particular... instead I'd like to see if I can help fix it. Where do I start contributing to the search feature, if it's open to the public?
Thanks!