Kinga Cepielik
Kinga Cepielik
`cairo-lang-defs/src/db/ fn priv_module_data` Problem: As far as I explored the problem, some items are being consider more than once when generating documentation. When calling scarb-doc for corelib, below items are...
``` mod xyz { #[derive(Drop)] struct XYZ {} } ``` 
Some items in summary file get duplicated. I am not sure what is the cause, my first call would be to check latest changes in https://github.com/software-mansion/scarb/pull/2125 Afaic, this shouldn't allow...
closes https://github.com/software-mansion/scarb/issues/2130
closes https://github.com/software-mansion/scarb/issues/2643
**Stack**: - #2845 - #2844 - #2843 ⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
**Stack**: - #2844 - #2843 ⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
closes https://github.com/software-mansion/scarb/issues/2794 - I decided to treat the `.mdx` as a special case of markdown, this aligns with the [mdx idea](https://mdxjs.com/#:~:text=Markdown%20for%20the%0Acomponent%20era) and saves us from writing and maintaining a lot...