mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
417: Separate Writer::write_string and fmt::Write::write_str methods r=phil-opp a=phil-opp Avoids confusion by using different names for the two methods (and keeping them both) instead of naming both `write_str` as before.